type testing.common

49 uses

	testing (current package)
		benchmark.go#L95: 	common
		benchmark.go#L700: 		common: common{
		benchmark.go#L735: 					common: common{
		benchmark.go#L806: 		common: common{
		benchmark.go#L990: 		common: common{
		fuzz.go#L70: 	common
		fuzz.go#L305: 			common: common{
		fuzz.go#L497: 			root := common{w: os.Stdout} // gather output in one place
		fuzz.go#L518: 					common: common{
		fuzz.go#L570: 	root := common{w: os.Stdout}
		fuzz.go#L603: 		common: common{
		match.go#L83: func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
		testing.go#L625: type common struct {
		testing.go#L648: 	parent   *common
		testing.go#L718: func (c *common) checkFuzzFn(name string) {
		testing.go#L729: func (c *common) frameSkip(skip int) runtime.Frame {
		testing.go#L803: func (c *common) decorate(s string, skip int) string {
		testing.go#L840: func (c *common) flushToParent(testName, format string, args ...any) {
		testing.go#L880: 	c *common
		testing.go#L954: 	common
		testing.go#L959: func (c *common) private() {}
		testing.go#L966: func (c *common) Name() string {
		testing.go#L970: func (c *common) setRan() {
		testing.go#L980: func (c *common) Fail() {
		testing.go#L994: func (c *common) Failed() bool {
		testing.go#L1015: func (c *common) FailNow() {
		testing.go#L1045: func (c *common) log(s string) {
		testing.go#L1050: func (c *common) logDepth(s string, depth int) {
		testing.go#L1085: func (c *common) Log(args ...any) {
		testing.go#L1095: func (c *common) Logf(format string, args ...any) {
		testing.go#L1101: func (c *common) Error(args ...any) {
		testing.go#L1108: func (c *common) Errorf(format string, args ...any) {
		testing.go#L1115: func (c *common) Fatal(args ...any) {
		testing.go#L1122: func (c *common) Fatalf(format string, args ...any) {
		testing.go#L1129: func (c *common) Skip(args ...any) {
		testing.go#L1136: func (c *common) Skipf(format string, args ...any) {
		testing.go#L1150: func (c *common) SkipNow() {
		testing.go#L1160: func (c *common) Skipped() bool {
		testing.go#L1169: func (c *common) Helper() {
		testing.go#L1190: func (c *common) Cleanup(f func()) {
		testing.go#L1224: func (c *common) TempDir() string {
		testing.go#L1326: func (c *common) Setenv(key, value string) {
		testing.go#L1351: func (c *common) Chdir(dir string) {
		testing.go#L1392: func (c *common) Context() context.Context {
		testing.go#L1408: func (c *common) runCleanup(ph panicHandling) (panicVal any) {
		testing.go#L1454: func (c *common) resetRaces() {
		testing.go#L1472: func (c *common) checkRaces() (raceErrors int64) {
		testing.go#L1826: 		common: common{
		testing.go#L2265: 				common: common{